9ae05a
@@ -106,7 +106,7 @@
public class XmlConfigurationPersister extends AbstractConfigurationPersister {
     /** {@inheritDoc} */
     @Override
     public List<ModelNode> load() throws ConfigurationPersistenceException {
-        if (suppressLoad || fileName.length() == 0) {
+        if (suppressLoad) {
             return new ArrayList<>();
         }
 
